home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1993 / MacHack 1993.toast / MacHack™ 1987-1992 / MacHack™ '90 / Other Stuff / Demos ƒ / Demo AppMaker / Demo AppMaker™ / Demo AppMaker™.rsrc / TmPT_1_GenWhat < prev    next >
Encoding:
Text File  |  1990-03-23  |  456 b   |  18 lines

  1.     %genfile ---BuildOrder%
  2.     %genfile Main appname%
  3.     %genfile zApp z+appname+App%
  4.     %if not fileExists appname+App%
  5.         %genfile App appname+App%
  6.     %endif%
  7.     %genfile zDoc z+appname+Doc%
  8.     %if not fileExists appname+Doc%
  9.         %genfile Doc appname+Doc%
  10.     %endif%
  11.     %genfile zInterface z+appname+Intf%
  12.     %if not fileExists appname+Intf%
  13.         %genfile Interface appname+Intf%
  14.     %endif%
  15.     %for each window gen sourcefile%
  16.     %for each dialog gen sourcefile%
  17.     %genfile ResourceDefs%
  18.